TextAreaVerticalAlignment Enumeration

Represents the vertical alignment of the text area inside a shape.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TextAreaVerticalAlignment

Members

Top0 Vertical alignment of text area inside a shape should start at the top of the shape.
Middle1 Vertical alignment of text area inside a shape should start at the middle of the shape.
Bottom2 Vertical alignment of text area inside a shape should start at the bottom of the shape.
Justify3 Vertical alignment of text area inside a shape should be justified.
None4 None.

See Also